home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global NoQuiz, PopFrom, FrameFrom, menu, Section
- set NoQuiz to 1
- ScoreDisplay()
- put line 1 of field "Score" into field "Final Score"
- if field "Final Score" < 0 then
- put 0 into field "Final Score"
- end if
- if FrameFrom = "Startup Menu" then
- go("NoScore")
- end if
- end
-
- on idle
- CheckHilite(6, 7)
- end
-